![]() |
PATH![]() |
A frame is defined by the JMFrameRef object, which has the following type definition:
typedef struct JMFrame* JMFrameRef;
Note that the JMFrameRef object is not the same as a java.awt.Frame object. The JMFrameRef object encapsulates the Java frame object so that it can be referenced outside the Java environment.
Previous | Back Up One Level | Next |